home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Dual / Source / PrimalView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  196 b   |  14 lines

  1. // PrimalView.h
  2.  
  3. #import <appkit/appkit.h>
  4. #import "AbstractView.h"
  5.  
  6. @interface PrimalView:AbstractView
  7. {
  8. }
  9.  
  10. - mouseDown: (NXEvent *)event;
  11. - drawSelf:(const NXRect *)rects :(int)rectCount;
  12.  
  13. @end
  14.